Class ExtDataHashtable<V>

java.lang.Object
java.util.Dictionary<String,V>
java.util.Hashtable<String,V>
com.netscape.cmscore.request.ExtDataHashtable<V>
All Implemented Interfaces:
Serializable, Cloneable, Map<String,V>

public class ExtDataHashtable<V> extends Hashtable<String,V>
Subclass of Hashtable returned by Request.getExtDataInHashtable. Its purpose is to hide the fact that LDAP doesn't preserve the case of keys. It does this by lowercasing all keys used to access the Hashtable.
See Also: